home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / mus / play / SPLibDev.lha / superplay-lib_DEV / Programmers / Example_Tools / SimplePlay / smakefile < prev   
Encoding:
Makefile  |  1997-08-15  |  298 b   |  12 lines

  1. SimplePlay : SimplePlay.o SimplePlay_Subs.o
  2.  
  3.                SLINK LIB:cback.o,SimplePlay.o,SimplePlay_Subs.o TO SimplePlay LIB LIB:sc.lib LIB:amiga.lib SC SD ND
  4.  
  5. SimplePlay.o : SimplePlay.c
  6.  
  7.                SC SimplePlay.c
  8.  
  9. SimplePlay_Subs.o : SimplePlay_Subs.c
  10.  
  11.                SC SimplePlay_Subs.c
  12.